home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir35 / brngm191.zip / CH.DOC < prev    next >
Text File  |  1993-04-19  |  15KB  |  408 lines

  1.  
  2.  
  3.         █████████████
  4.        ███
  5.       ███                ██▀▀▀▀▀██
  6.       ██                 ██      █ █         █
  7.       ██                 ██      █ ██       ██
  8.       ██     █▀▀▀▀▀▀█    ██     ██ ██       ██
  9.       ██    █▀      ▀█   ██▀▀▀▀▀▀▀  ██     ██
  10.       ██   ██        ██  ██          ██   ██
  11.       ███  ██        ██  ██           █████
  12.        ███ ██        ██  ██            ███
  13.         ████████████ ██  ██             █
  14.            ██        ██  ██             █
  15.            ██        ██  ██             █
  16.            ██        ██                 █
  17.         ▀▀█    █▀▀                  █
  18.            ▀▀▀▀                     █
  19.  
  20.  
  21.               IT OVER HERE !
  22.  
  23.  
  24.  
  25.  
  26.  -------------------------------
  27.   COPY IT OVER HERE version 1.91
  28.  -------------------------------
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.   Instead of typing:
  36. copy \DOS\UTILITIES\FILES\BACKUPS\MONTHS\myfile \LOTUS\WEEK1\FILES\1991
  37.  
  38. just enter: ┌──────────────┐
  39.         │  CH myfile   │
  40.         └──────────────┘
  41.  
  42.   and my program does all the work.  It searches any disk drives you
  43. specify, speeds through all directories, finds the file, then brings
  44. a copy to your working directory.
  45.  
  46.   If you love typing, stick with DOS's "copy".  But for everyone else, this
  47. is the answer you've been looking for.
  48.  
  49.  
  50. ============================================================================
  51. ===============   COPY IT OVER HERE !   ====================================
  52. ============================================================================
  53.  
  54.  
  55.           Usage:   CH [filename] [/option] [drive]
  56.  
  57.  
  58.  
  59.    OPTIONS: /H  include hidden/system files
  60.  
  61.         /M  move the file
  62.  
  63.         /P  prompt before copying/moving
  64.  
  65.         /A  change attributes while copying
  66.  
  67.             /1  stop after first match
  68.  
  69.             /E  search for exact filename
  70.  
  71.        [drive] specifies a logical disk drive to search
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. Examples: CH myfile.doc /M A:    moves the file "myfile.doc" from the a: drive
  80.                  onto the current disk drive.
  81.  
  82.       CH msdos.sys /H        copies the hidden file "msdos.sys" onto the
  83.                  current directory.
  84.  
  85.           CH ch.doc B:           copies the .doc file from the B: drive, onto
  86.                  the current drive/directory.
  87.  
  88.       CH list.com /A         copies the file LIST.COM and 
  89.                  changes the attribute once copied.
  90.  
  91.           CH list.com /1         copies the first LIST.COM found, then
  92.                                  stops
  93.  
  94.           CH f.com  /E           copies F.COM to current directory.  This
  95.                                  stops the "wildcard" function (see below)
  96.                                  and only copies F.COM
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.    CHANGING ATTRIBUTES
  104.    ===================
  105.  
  106.    You can change a file attr. once it
  107.    is copied using the following pop-up
  108.    menu:
  109.  
  110.    (1) Hidden          For more information about attributes, and
  111.    (2) System          their qualities, see your DOS manual.
  112.    (3) Archive
  113.    (4) Read-Only
  114.    (5) Nevermind!
  115.  
  116.    ENTER CHOICE:
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.               ╒══════════════════════════════════════════╕
  126.            ═══╡                                          ╞═══
  127.              ═╡              WILDCARDS                   ╞═
  128.            ═══╡                                          ╞═══
  129.               ╘══════════════════════════════════════════╛
  130.  
  131.         Copy It Over Here searches for your filename by matching
  132.         string inside of string.  This eliminates the need for
  133.         the usual DOS wildcards.
  134.  
  135.         For example:    CH  .EXE        copies *.EXE
  136.  
  137.                         CH  L.COM       copies any file with the string
  138.                                         "L.COM" in its name.  This would
  139.                                         include:        FULL.COM
  140.                                                         PATHTOOL.COM
  141.                                                         L.COM
  142.                                                         OTHERDULL.COM
  143.  
  144.                         CH  T           copies any file with a "T" in its
  145.                                         name.  Be careful, you may copy
  146.                                         too many files.  If so, use the
  147.                                         /P option to pick and choose your
  148.                                         files to copy.
  149.  
  150.                         CH  10          copies any file with "10" in its
  151.                                         name.
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.    OTHER USES OF THIS PROGRAM
  166.    ==========================
  167.  
  168.    CopyItOverHere can be used also as a file-finder.  Merely use the
  169.    "prompt" option, and answer "N" to all the copying prompts.
  170.  
  171.    If you'd also like to find duplicate files on your diskette, use
  172.    the prompt option, and note the date/time/size information that
  173.    is displayed.
  174.  
  175.    To find a particular file that is hidden/system on your disk, you
  176.    could use the hidden/system option + the prompt option to display
  177.    those files.
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.        ERROR CHECKING
  185.      """"""""""""""""""""
  186.  
  187.         Copy It Over Here checks to see if the file already exists in the
  188.    current directory.  If so, you are prompted to rename the file in the
  189.    current directory before copying a file over.
  190.  
  191.         Copy It Over Here will NOT copy a file from the current directory
  192.    to the current directory.  Instead, it skips it.
  193.  
  194.         If you have many files with the same name on your drive, use
  195.    the /P option.
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  ▐▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▌
  215.  ▐                                                                           ▌
  216.  ▐                 Why is this a revolution in copying?                      ▌
  217.  ▐                                                                           ▌
  218.  ▐ Every copy utility I have used or purchased do the same thing.  Add on    ▌
  219.  ▐ a mouse feature maybe, a system file copying, or specialized diskette     ▌
  220.  ▐ copying...                                                                ▌
  221.  ▐ I didn't need those, and you probably don't either.  I need something     ▌
  222.  ▐ for my tired hands and eyes, something that relieves all the unnecessary  ▌
  223.  ▐ junk given to me by MS-DOS.                                               ▌
  224.  ▐   Yea, DOS makes a nice little TSR copy, but I knew there was a better    ▌
  225.  ▐ and easier way.                                                           ▌
  226.  ▐                                                                           ▌
  227.  ▐   "But Dave", you say, "All you did was take off the pathname from DOS's  ▌
  228.  ▐   copy function".                                                         ▌
  229.  ▐                                                                           ▌
  230.  ▐ WRONG !!  Not only did I relieve you of the pathname, now, you don't even ▌
  231.  ▐ have to know where the heck you ARE on your disk.                         ▌
  232.  ▐                                                                           ▌
  233.  ▐ ALSO:  When using DOS's "copy", you can mess up the spelling of your      ▌
  234.  ▐        directory and copy your file into some weird-named file.  Then,    ▌
  235.  ▐        you lose your data.                                                ▌
  236.  ▐    Say you copy a couple of files: copy "c:\dos\backup\*.* \week1\moden"  ▌
  237.  ▐                                                                           ▌
  238.  ▐      You see how I misspelled "MODEM" and made "MODEN"?  Most people      ▌
  239.  ▐     would've missed the mistake and all the files from your backup        ▌
  240.  ▐     directory would be jumbled and lost.                                  ▌
  241.  ▐            ESPECIALLY IF YOU ERASED THE ORIGINAL FILES !!!                ▌
  242.  ▐                                                                           ▌
  243.  ▐                My program doesn't make that mistake.                      ▌
  244.  ▐                                                                           ▌
  245.  ▐             Yes, this is the true revolution of copying ...               ▌
  246.  ▐                                                                           ▌
  247.  ▐███████████████████████████████████████████████████████████████████████████▌
  248.  
  249.  
  250.  
  251.  
  252.      This program is shareware, which means you "try" before you "buy".
  253.   The registration fee for it is $10.00, an amount I consider to be more
  254.   than fair.
  255.      If you find yourself using this program, enjoying the convenience
  256.   of it, then it's time to register !
  257.  
  258.   WHY SHOULD YOU REGISTER ?
  259.  
  260.     You get free upgrades, a constant supply of new program information
  261.   (if I make it, you'll know about it), and for only $10.00 more, I will
  262.   fill up a diskette with any programs you like, and want to try out.
  263.  
  264.     Also, a lifetime warranty for my products.
  265.  
  266.  
  267.        To register: mail $10.00 to
  268.  
  269.                Dave Smith
  270.                1104 Mason Dr.
  271.                Hurst TX 76053
  272.  
  273.  
  274.  
  275.  
  276.  ─────────────────────────────────────────────────────────────────────
  277.   ******** What's New For CopyitOverHere version 2.0  ?? *******
  278.  ┌────────────────────────────────────────────────────────────────────┐
  279.  │                                                                    │
  280.  │ Copy It Over Here {version 2.0} holds much more !                  │
  281.  │                                                                    │
  282.  │1. Copy files before / after a certain date.                        │
  283.  │2. Include or exclude hidden/system files.                          │
  284.  │3. Prompt you for each file to be brought over.                     │
  285.  │4. Copy all files you specify except ....                           │
  286.  │5. Reset date of file once copied.                                  │
  287.  │6. Copy it over here, and merge it with another file.               │
  288.  │                                                                    │
  289.  │   and other options !                                              │
  290.  │                                                                    │
  291.  │      ┌─────────────────────────────┐                               │
  292.  │      │ Registration entitles you to│                               │
  293.  │      │   this new version, free !  │                               │
  294.  │      └─────────────────────────────┘                               │
  295.  │                                                                    │
  296.  └────────────────────────────────────────────────────────────────────┘
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.     Version History:
  305.  
  306.   2/91    1.0  First release containing .pcx files, ansi graphics,
  307.            and two variations of "Bring"
  308.  
  309.   4/91    1.5  As requested, I removed some sounds, replaced memory
  310.            allocation code with a superior method, and placed
  311.            a "prompt" for copying file.
  312.  
  313.   5/91    1.7  Merged "MoveItOverHere" by including move option, added
  314.            prompt and hidden/system options.
  315.            Removed the bright colors that so many people had written
  316.            about, incorporated stats (files/directories/match--
  317.            searched), and added wildcard specs.
  318.  
  319.   7/91    1.81 Allows attribute changing on the fly.
  320.            
  321.   9/91    1.9  Improved the speed and fixed a few minor bugs.
  322.            Also includes checking for pre-existing files, 
  323.            attributes and prompting to rename duplicate files.
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330. ────────────────────────────────────────────────────────────────────────
  331.  
  332.   Other than that, COPY IT OVER HERE ! is a simple program.  Designed
  333. for lazy people like myself, I hope it comes in handy for all your
  334. file needs.
  335.  
  336.  
  337.                 Questions, comments ?
  338.                  write me:    Dave Smith
  339.                        Compuserve 71441,2723
  340.  
  341.  
  342.  
  343.  
  344.  from the mind of
  345.   ┌────────────┐
  346.   │            │┐
  347.   │ DAVE SMITH ││┐
  348.   │            │││
  349.   │            │││┐
  350.   └──┬─────────┘│││
  351.      └─┬────────┘││┐
  352.        └──┬──────┘││
  353.       └─┬─────┘│┐
  354.         └─┬────┘│┐
  355.           └──┬──┘│┐
  356.          └─┬─┘│
  357.            └─┬┘┐
  358.              └─┘
  359.                *
  360.             █
  361.                ████
  362. ██████████████████████████████████████████████████████████
  363.  shareware copyright i.d.f. company fort worth texas 1991
  364.    ███████╗ ██╗   ██╗ ██████╗  ██████╗   ██████╗  ██████╗  ████████╗ ██████╗
  365.    ██╔════╝ ██║   ██║ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██╔══██╗ ╚══██╔══╝ ╚════██╗
  366. ╓──███████╗ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ ██████╔╝    ██║      ▄███╔╨─╖
  367. ║  ╚════██║ ██║   ██║ ██╔═══╝  ██╔═══╝  ██║   ██║ ██╔══██╗    ██║      ▀▀══╝  ║
  368. ║  ███████║ ╚██████╔╝ ██║      ██║      ╚██████╔╝ ██║  ██║    ██║      ██╗    ║
  369. ║  ╚══════╝  ╚═════╝  ╚═╝      ╚═╝       ╚═════╝  ╚═╝  ╚═╝    ╚═╝      ╚═╝    ║
  370. ║                                                                             ║
  371. ║                                                                             ║
  372. ║      Support for this program is available in the following ways:           ║
  373. ║                                                                             ║
  374. ║                                                                             ║
  375. ║          ╓──┐ ╓──┐ ╓─╥─┐ ╥──┐ ╥  ┬  ╓─┐ ╥──┐ ╥──┐ ╥  ┬ ╥──┐                 ║
  376. ║          ║    ║  │ ║ ║ │ ╟──┘ ║  │  ╙─┐ ╟─   ╟─┬┘ ╙╖┌┘ ╟─                   ║
  377. ║          ╙──┘ ╙──┘ ╨ ╨ ┴ ╨    ╙──┘ ╙──┘ ╨──┘ ╨ ┴   ╙┘  ╨──┘                 ║
  378. ║          User ID:  71441,2723                                               ║
  379. ║          I usually log on every other day and check my mail.                ║
  380. ║                                                                             ║
  381. ║                                                                             ║
  382. ║                       ▄▄▄▄▄▄  ▄▄▄▄▄▄  ▄▄▄▄▄▄▄                               ║
  383. ║                       █ ▄▄ █▄ █ ▄▄ █▄ █ ▄▄▄▄█                               ║
  384. ║                       █ ▄▄▄ █ █ ▄▄▄ █ █▄▄▄▄ █                               ║
  385. ║                       █▄▄▄▄▄█ █▄▄▄▄▄█ █▄▄▄▄▄█                               ║
  386. ║          Drop me a line on the MotherBoard II Bulletin Board                ║
  387. ║                     David Smith   (214) 642-1287                            ║
  388. ║                                                                             ║
  389. ║                                                                             ║
  390. ║                 ▄██▄   ▄██▄  ▄███████▄   ▄█▄  ▄██▄                          ║
  391. ║                 █████▄█████ ████▀▀▀████ █████ ████                          ║
  392. ║                 ███████████ ████▄▄▄████ █████ ████                          ║
  393. ║                 ████   ████ ███████████ █████ ████                          ║
  394. ║                 ████   ████ ████   ████ █████ ████▄▄▄▄▄▄▄                   ║
  395. ║                 ▀██▀   ▀██▀ ▀██▀   ▀██▀  ▀█▀   ▀████████▀                   ║
  396. ║                               Write to:                                     ║
  397. ║                                                                             ║
  398. ║                              David Smith                                    ║
  399. ║                            1104 Mason Dr.                                   ║
  400. ║                            Hurst TX 76053                                   ║
  401. ║                                                                             ║
  402. ╙─────────────────────────────────────────────────────────────────────────────╜
  403.  
  404.  
  405.  
  406.  
  407.  
  408.